Release 10.1A: OpenEdge Development:
ADM Reference
InvokeCall procedure
Procedure used to invoke a call.
Parameters:pcProc INPUT CHARACTERName of the external or internal procedure, or function to be invoked.
phInHandle INPUT HANDLEIf pcProc is an internal procedure or function, this is the handle to the running persistent procedure that contains pcProc.
This parameter is optional. If nothing is specified, then
?is passed.piType INPUT INTEGERType of call being invoked. Must be either PROCEDURE-CALL-TYPE or FUNCTION-CALL-TYPE. These are constants that are recognized by the 4GL compiler.
phParamTable INPUT HANDLEHandle to a temp-table previously created by a call to one of the setupTTFrom functions.
This parameter is optional. If nothing is specified, then
?is passed.plPersistent INPUT LOGICALIndicates whether the external procedure specified in pcProc should be invoked persistently.
phServer INPUT HANDLEHandle to the AppServer where the call is to run.
This parameter is optional. If nothing is specified, then
?is passed.plAsynch INPUT LOGICALIf set to Yes, the call is invoked asynchronously.
pcEventProc INPUT CHARACTERApplies only if plAsynch is set to Yes. This parameter identifies the procedure to be invoked when the asynchronous call completes.
This parameter is optional. If nothing is specified, then
""is passed.phEventProcCtxte INPUT HANDLEContains the handle of the procedure that contains pcEventProc.
This parameter is optional. If nothing is specified, then
?is passed.piCal OUTPUT INTEGERUnique identifier to the ttCall record that is created for this call. You can use this call number until cleanupCall is run to call either obtainCallInfo or cleanupCall.
Notes:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |